DioDocs for PDF
GraphicsPath コンストラクタ(FillMode,IFigure[])

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GraphicsPath クラス > GraphicsPath コンストラクタ : GraphicsPath コンストラクタ(FillMode,IFigure[])
Specifies how the interior of closed figures is filled.
The array of figures to be added to the path.
Initializes a new instance of the GraphicsPath class with explicitly provided fill mode.
シンタックス
'宣言
 
Public Function New( _
   ByVal fillMode As FillMode, _
   ByVal ParamArray figures() As IFigure _
)
public GraphicsPath( 
   FillMode fillMode,
   params IFigure[] figures
)

パラメータ

fillMode
Specifies how the interior of closed figures is filled.
figures
The array of figures to be added to the path.
参照

GraphicsPath クラス
GraphicsPath メンバ
オーバーロード一覧